home *** CD-ROM | disk | FTP | other *** search
/ PC Basics 53 / PC Basics Issue 53.iso / Software / Internet / Invboard.exe / PC Basics 53 / Invboard / upload / lang / en / lang_emails.php < prev    next >
Encoding:
PHP Script  |  2002-06-12  |  1.4 KB  |  39 lines

  1. <?php
  2.  
  3. $lang = array (
  4.  
  5.  
  6.  
  7. message                    =>    "Message",
  8. title                    =>    "Send a page to a friend",
  9. 'send_lang'             =>  "Send this email in",
  10. to_name                    =>    "Send to (Person's Name):",
  11. redirect                    =>    "The email has been sent",
  12. to_email                    =>    "Send to (Email Address):",
  13. subject                    =>    "Subject",
  14. submit_send                    =>    "Send Email",
  15. send_email_to                    =>    "Send an email to",
  16. message                    =>    "Message",
  17. show_address_text                    =>    "You can send this member an email by clicking on the link below. Invision Board does not show email addresses in the HTML code to prevent email addresses being harvested by 'spam bots'.",
  18. send_header                    =>    ", please fill in this form fully to send an email to",
  19. member_address_title                    =>    "Members Email Address",
  20. send_title                    =>    "Email Form",
  21. msg_txt                    =>    "Note: By using this form, the recipient will be able to view your email address",
  22. subject                    =>    "Subject",
  23. email_sent_txt                    =>    "Thanks, the email has been successfully sent to",
  24. email_sent                    =>    "The email has been sent",
  25.  
  26. invite_subject                    =>    "<#MEMBER_NAME#> thought you would like to see this",
  27. subs_redirect                    =>    "You have subscribed to this topic",
  28. invite_redirect                    =>    "The email has been sent to  ",
  29. sub_added                    =>    "Your subscription has been added",
  30.  
  31. icq_title                    =>    "ICQ Pager",
  32. submit                    =>    "Send this message",
  33. aol_title                    =>    "AOL Pager",
  34. msg                    =>    "Enter your message",
  35. email                    =>    "Your Email",
  36. name                    =>    "Your Name",
  37. forum_jump => "Forum Jump",
  38. );
  39. ?>